Application permissions
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
top
Permissions are a means of controlling and regulating access to specific system- and device-level functions by software. Typically, types of permissions cover functions that may have privacy implications, such as the ability to access a device's hardware features (including the camera and microphone), and personal data (such as storage devices, contacts lists, and the user's present geographical location). Permissions are typically declared in an application's manifest, and certain permissions must be specifically granted at runtime by the user—who may revoke the permission at any time.
Permission systems are common on mobile operating systems, where permissions needed by specific apps must be disclosed via the platform's app store.
Contents
• Analysis
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Mobile devices
On mobile operating systems for smartphones and tablets, typical types of permissions regulate:cite-ref-1[1]cite-ref-2[2]
• Access to the device's internal camera and/or microphone.
• Access to biometric sensors, including fingerprint readers and other health sensors..
• Internet access.
• Making and receiving phone calls.
• Sending and reading text messages
• The ability to perform in-app purchases.
• The ability to "overlay" themselves within other apps.
• Installing, deleting and otherwise managing applications.
• Authentication tokens (e.g., OAuth tokens) from web services stored in system storage for sharing between apps.
Prior to Android 6.0 "Marshmallow", permissions were automatically granted to apps at runtime, and they were presented upon installation in Google Play Store. Since Marshmallow, certain permissions now require the app to request permission at runtime by the user. These permissions may also be revoked at any time via Android's settings menu.cite-ref-3[3] Usage of permissions on Android are sometimes abused by app developers to gather personal information and deliver advertising; in particular, apps for using a phone's camera flash as a flashlight (which have grown largely redundant due to the integration of such functionality at the system level on later versions of Android) have been known to require a large array of unnecessary permissions beyond what is actually needed for the stated functionality.cite-ref-4[4] According to a 2024 study conducted by NordVPN, 58% of mobile apps request access to sensitive data such as location and storage, while 55% of these apps request permissions primarily for advertising purposes.cite-ref-5[5] This trend highlights growing concerns about how mobile apps access personal information, often beyond what is necessary for the app’s core functionality.
WebPermissions
WebPermissions is a permission system for web browsers.cite-ref-8[8] When a web application needs some data behind permission, it must request it first. When it does it, a user sees a window asking him to make a choice. The choice is remembered, but can be cleared lately.
Currently the following resources are controlled:
• geolocationcite-ref-9[9]
• desktop notificationscite-ref-10[10]
• sensors
• audio capturing devices,cite-ref-w3c-github-io-13-0[13] like sound cards, and their model names and characteristics
Analysis
The permission-based access control model assigns access privileges for certain data objects to application. This is a derivative of the discretionary access control model. The access permissions are usually granted in the context of a specific user on a specific device. Permissions are granted permanently with few automatic restrictions.
In some cases permissions are implemented in 'all-or-nothing' approach: a user either has to grant all the required permissions to access the application or the user can not access the application. There is still a lack of transparency when the permission is used by a program or application to access the data protected by the permission access control mechanism. Even if a user can revoke a permission, the app can blackmail a user by refusing to operate, for example by just crashing or asking user to grant the permission again in order to access the application.
The permission mechanism has been widely criticized by researchers for several reasons, including;
• End-user fatigue of micro-managing access permissions leading to a fatalistic acceptance of surveillance and intransparency;cite-ref-16[16]
• Massive data extraction and personal surveillance carried out once the permissions are granted.cite-ref-17[17]cite-ref-18[18]
References
cite-note-11. ↑ "Manifest.permission - Android Developers". developer.android.com.
cite-note-22. ↑ "iOS Security Guide" (PDF).
cite-note-33. ↑ citerefcimpanuCimpanu, Catalin. "Permission-greedy apps delayed Android 6 upgrade so they could harvest more user data". ZDNet. Retrieved 2020-01-10.
cite-note-44. ↑ citerefcimpanuCimpanu, Catalin. "Most Android flashlight apps request an absurd number of permissions". ZDNet. Retrieved 2020-01-10.
cite-note-55. ↑ "Mobile privacy: What do your apps want to know? | NordVPN". nordvpn.com. Retrieved 2024-09-17.
cite-note-88. ↑ "Permissions". w3c.github.io. Retrieved 2019-05-10.
cite-note-99. ↑ "Geolocation API Specification 2nd Edition". www.w3.org.
cite-note-1010. ↑ "Notifications API Standard". notifications.spec.whatwg.org.
cite-note-1111. ↑ "Push API". www.w3.org.
cite-note-1212. ↑ "Web Background Synchronization". wicg.github.io.
cite-note-w3c-github-io-1313. ↑ "Media Capture and Streams". w3c.github.io.
cite-note-1414. ↑ Moen, Gro Mette, Ailo Krogh Ravna, and Finn Myrstad: Deceived by Design - How tech companies use dark patterns to discourage us from exercising our rights to privacy., 2018, Consumer council of Norway / Forbrukerrådet. Report. https://www.forbrukerradet.no/undersokelse/no-undersokelsekategori/deceived-by-design Archived 2020-10-11 at the Wayback Machine
cite-note-1515. ↑ citereffritschmomen2017Fritsch, Lothar; Momen, Nurul (2017). "Derived Partial Identities Generated from App Permissions". Gesellschaft für Informatik: 117–130. {{cite journal}}: Cite journal requires |journal= (help)
cite-note-1616. ↑ citerefkelleyconsolvocranorjung2012Kelley, Patrick Gage; Consolvo, Sunny; Cranor, Lorrie Faith; Jung, Jaeyeon; Sadeh, Norman; Wetherall, David (2012). "A Conundrum of Permissions: Installing Applications on an Android Smartphone". In Blyth, Jim; Dietrich, Sven; Camp, L. Jean (eds.). Financial Cryptography and Data Security. Lecture Notes in Computer Science. Vol. 7398. Springer Berlin Heidelberg. pp. 68–79. CiteSeerX 10.1.1.232.4261. doi:10.1007/978-3-642-34638-5_6. ISBN 978-3-642-34638-5. S2CID 17861847.
cite-note-1818. ↑ citerefmomen2020Momen, Nurul (2020). "Measuring Apps' Privacy-Friendliness : Introducing transparency to apps' data access behavior". {{cite journal}}: Cite journal requires |journal= (help)
cite-note-1919. ↑ citerefberesfordriceskehinsohan2011Beresford, Alastair R.; Rice, Andrew; Skehin, Nicholas; Sohan, Ripduman (2011). "MockDroid". Proceedings of the 12th Workshop on Mobile Computing Systems and Applications. New York, New York, USA: ACM Press. pp. 49–54. doi:10.1145/2184489.2184500. ISBN 978-1-4503-0649-2. S2CID 2166732.
cite-note-2020. ↑ citerefmomen2018Momen, Nurul (2018). "Towards Measuring Apps' Privacy-Friendliness". Diva.
cite-note-2121. ↑ citerefhatamianmomenfritschrannenberg2019Hatamian, Majid; Momen, Nurul; Fritsch, Lothar; Rannenberg, Kai (2019). "A Multilateral Privacy Impact Analysis Method for Android Apps". In Naldi, Maurizio; Italiano, Giuseppe F.; Rannenberg, Kai; Medina, Manel; Bourka, Athena (eds.). Privacy Technologies and Policy. Lecture Notes in Computer Science. Vol. 11498. Springer International Publishing. pp. 87–106. doi:10.1007/978-3-030-21752-5_7. ISBN 978-3-030-21752-5. S2CID 184483219.